home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / mktsup.arc / PRINTFRM.BAT < prev    next >
DOS Batch File  |  1988-07-27  |  418b  |  21 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo.
  9. echo.
  10. echo.
  11. echo.
  12. echo.
  13. echo              ╔══════════════════════════════════════════════════╗
  14. echo              ║ Please turn on printer, add paper, and line up   ║
  15. echo              ║ top of form with top of ribbon, then...          ║
  16. echo              ╚══════════════════════════════════════════════════╝
  17. echo.
  18. echo.
  19. pause
  20. copy invoice.doc prn
  21.